Version

PreferHigherResolutionTiles Method

Sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
Syntax
'Declaration
 
Public Function PreferHigherResolutionTiles( _
   ByVal preferHigherResolutionTiles As System.Boolean _
) As A
public A PreferHigherResolutionTiles( 
   System.bool preferHigherResolutionTiles
)

Parameters

preferHigherResolutionTiles
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub